home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
reqtoolsdev.lha
/
ReqTools
/
Glue
/
Dice
/
DLibSource.lha
/
rtGetLong.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-09-20
|
186b
|
8 lines
#include <clib/reqtools_protos.h>
ULONG
rtGetLong( ULONG *var, char *title, struct rtReqInfo *ri, Tag tag, ... )
{
return( rtGetLongA( var, title, ri, ( struct TagItem * ) &tag ) );
}